Contents   Index   Back to ACS File Format

Viewports

Each line will contain one data object (e.g. one point).
The data parameters for the object are separated by commas and are in the format:
    NAME = VALUE
    (e.g. X=123.456)
A line ending with a & means that it is continued onto the next line.
Data parameters are separted by a comma and can appear in ANY order.
Viewports are rectangular are specify an area that is to be printed.

[VIEWPORTS]
Name="+GEOM-AB",Layer="Viewports",OriginX=216.974,OriginY=321.504,Rotation=  00000,Scale=500.0,ExtentX=700.0,ExtentY=510.0,SheetOriginX=10.000,SheetOriginY=10.000,
Name="gg",Layer="Viewports",OriginX=441.628,OriginY=266.669,Rotation=3595957,Scale=500.0,ExtentX=200.0,ExtentY=150.0,SheetOriginX=10.000,SheetOriginY=10.000,
Name="+GEOM-CS",Layer="Viewports",OriginX=296.504,OriginY=338.730,Rotation=  00000,Scale=500.0,ExtentX=240.0,ExtentY=180.0,SheetOriginX=10.000,SheetOriginY=10.000,
Name
The name of the viewport, this name may be plotted in the bottomleft corner of the plan.

Layer
The name of the layer for this viewport.

OriginX
The display viewport X origin in metres.

OriginY
The display viewport Y origin in metres.

Rotation
The rotation angle of the viewport in DDMMSS.

Scale
Display plot scale of the viewport. 500 means 1 to 500.

ExtentX
The viewport display X extent in mm.

ExtentY
The viewport display Y extent in mm.

SheetOriginX, Y
Start offset in X,Y on the sheet to start the rectangle, in mm.